# A tibble: 25 x 61
playlist_id playlist_name playlist_img playlist_owner_~ playlist_owner_~
<chr> <chr> <chr> <chr> <chr>
1 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
2 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
3 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
4 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
5 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
6 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
7 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
8 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
9 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
10 3jqW2ItEMY~ compmu new https://mos~ Juliette de Waal 11154193382
# ... with 15 more rows, and 56 more variables: danceability <dbl>,
# energy <dbl>, key <int>, loudness <dbl>, mode <int>, speechiness <dbl>,
# acousticness <dbl>, instrumentalness <dbl>, liveness <dbl>, valence <dbl>,
# tempo <dbl>, track.id <chr>, analysis_url <chr>, time_signature <int>,
# added_at <chr>, is_local <lgl>, primary_color <lgl>, added_by.href <chr>,
# added_by.id <chr>, added_by.type <chr>, added_by.uri <chr>,
# added_by.external_urls.spotify <chr>, track.artists <list>,
# track.available_markets <list>, track.disc_number <int>,
# track.duration_ms <int>, track.episode <lgl>, track.explicit <lgl>,
# track.href <chr>, track.is_local <lgl>, track.name <chr>,
# track.popularity <int>, track.preview_url <chr>, track.track <lgl>,
# track.track_number <int>, track.type <chr>, track.uri <chr>,
# track.album.album_type <chr>, track.album.artists <list>,
# track.album.available_markets <list>, track.album.href <chr>,
# track.album.id <chr>, track.album.images <list>, track.album.name <chr>,
# track.album.release_date <chr>, track.album.release_date_precision <chr>,
# track.album.total_tracks <int>, track.album.type <chr>,
# track.album.uri <chr>, track.album.external_urls.spotify <chr>,
# track.external_ids.isrc <chr>, track.external_urls.spotify <chr>,
# video_thumbnail.url <lgl>, key_name <chr>, mode_name <chr>, key_mode <chr>
# A tibble: 1 x 12
mean_speechiness mean_acousticne~ mean_liveness sd_speechiness sd_acousticness
<dbl> <dbl> <dbl> <dbl> <dbl>
1 0.0787 0.942 0.113 0.172 0.0789
# ... with 7 more variables: sd_liveness <dbl>, median_speechiness <dbl>,
# median_acousticness <dbl>, median_liveness <dbl>, mad_speechiness <dbl>,
# mad_acousticness <dbl>, mad_liveness <dbl>
# A tibble: 1 x 12
mean_speechiness mean_acousticne~ mean_liveness sd_speechiness sd_acousticness
<dbl> <dbl> <dbl> <dbl> <dbl>
1 0.0431 0.421 0.152 0.0310 0.356
# ... with 7 more variables: sd_liveness <dbl>, median_speechiness <dbl>,
# median_acousticness <dbl>, median_liveness <dbl>, mad_speechiness <dbl>,
# mad_acousticness <dbl>, mad_liveness <dbl>
Portfolio for the course Computational Musicology - Juliette de Waal (12348759)
Some time ago I heard a song named 'a Fifth of Beethoven' by Walter Murphy, and I really liked it. It is a disco instrumental song based on Beethoven's Symphony No. 5. I thought using famous classical music pieces to create new songs of another genre is a really cool concept. So I did some research and discovered that there are many more famous songs that are based and inspired on a classical piece of music, also songs I know for a long time but never knew that they have a classical origin.
My corpus includes classical pieces and their linked new songs. I have found 25 pairs, so 50 songs in total.
I think that this corpus makes really interesting comparisments possible, on different levels.
For example between the songs based on the classical songs. What are the differences and similarities between these songs? Is the classical input used in the same way? Is there an common genre?
But of course exploring relation between the song based on a classic song and the original classical song itself is really interesting. To what extent do you see the original classical back in the new songs? In which way is the original song adapted in de new song? Which changes are made? Maybe the tempo changed or other instruments are used.
There are pairs of tracks in the corpus, like 'I can' – Nas/'Für Elise' -Beethoven and 'A fifth of Beethoven'-Woody/ Beethoven's Fifth Symphony- Beethoven, in which the relation with the origin classical song is very obvious. But there are also pairs in the corpus in which the original songs are more subtly included, like 'Grace Kelly'- Mika / 'Largo Al Factotum'- Rossini.
It's important that I define my research a bit more, but I think this is a really interesting and fun corpus to explore with enough possibilities.
This plot shows 4 variables. The x-axis variance, the y-axis energy, the size of the dots is loudness and the color is the mode.It points out some difference between the classical songs and the newer songs. Especially the difference in Valence and the difference energy are remarkable.
library(tidyverse)
library(spotifyr)
library(compmus)